home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
lang
/
rcs567x
/
doc
/
rcsdiff.man
< prev
next >
Wrap
Text File
|
1994-03-22
|
4KB
|
133 lines
RCSDIFF(1) RCSDIFF(1)
NNAAMMEE
rcsdiff - compare RCS revisions
SSYYNNOOPPSSIISS
rrccssddiiffff [ --kk_s_u_b_s_t ] [ --qq ] [ --rr_r_e_v_1 [ --rr_r_e_v_2 ] ] [ --TT ] [
--VV[_n] ] [ --xx_s_u_f_f_i_x_e_s ] [ --zz_z_o_n_e ] [ _d_i_f_f _o_p_t_i_o_n_s ] _f_i_l_e
_._._.
DDEESSCCRRIIPPTTIIOONN
rrccssddiiffff runs ddiiffff(1) to compare two revisions of each RCS
file given.
Pathnames matching an RCS suffix denote RCS files; all
others denote working files. Names are paired as
explained in ccii(1).
The option --qq suppresses diagnostic output. Zero, one, or
two revisions may be specified with --rr. The option
--kk_s_u_b_s_t affects keyword substitution when extracting revi-
sions, as described in ccoo(1); for example, --kkkk --rr11..11 --rr11..22
ignores differences in keyword values when comparing revi-
sions 11..11 and 11..22. To avoid excess output from locker
name substitution, --kkkkvvll is assumed if (1) at most one
revision option is given, (2) no --kk option is given, (3)
--kkkkvv is the default keyword substitution, and (4) the
working file's mode would be produced by ccoo --ll. See ccoo(1)
for details about --TT, --VV, --xx and --zz. Otherwise, all
options of ddiiffff(1) that apply to regular files are
accepted, with the same meaning as for ddiiffff.
If both _r_e_v_1 and _r_e_v_2 are omitted, rrccssddiiffff compares the
latest revision on the default branch (by default the
trunk) with the contents of the corresponding working
file. This is useful for determining what you changed
since the last checkin.
If _r_e_v_1 is given, but _r_e_v_2 is omitted, rrccssddiiffff compares
revision _r_e_v_1 of the RCS file with the contents of the
corresponding working file.
If both _r_e_v_1 and _r_e_v_2 are given, rrccssddiiffff compares revi-
sions _r_e_v_1 and _r_e_v_2 of the RCS file.
Both _r_e_v_1 and _r_e_v_2 may be given numerically or symboli-
cally.
EEXXAAMMPPLLEE
The command
rrccssddiiffff ff..cc
compares the latest revision on the default branch of the
RCS file to the contents of the working file ff..cc.
GNU 1993/11/03 1
RCSDIFF(1) RCSDIFF(1)
EENNVVIIRROONNMMEENNTT
RRCCSSIINNIITT
options prepended to the argument list, separated
by spaces. See ccii(1) for details.
DDIIAAGGNNOOSSTTIICCSS
Exit status is 0 for no differences during any comparison,
1 for some differences, 2 for trouble.
IIDDEENNTTIIFFIICCAATTIIOONN
Author: Walter F. Tichy.
Manual Page Revision: 5.5; Release Date: 1993/11/03.
Copyright (C) 1982, 1988, 1989 Walter F. Tichy.
Copyright (C) 1990, 1991, 1992, 1993 Paul Eggert.
SSEEEE AALLSSOO
ci(1), co(1), diff(1), ident(1), rcs(1), rcsintro(1),
rcsmerge(1), rlog(1)
Walter F. Tichy, RCS--A System for Version Control,
_S_o_f_t_w_a_r_e_-_-_P_r_a_c_t_i_c_e _& _E_x_p_e_r_i_e_n_c_e 1155, 7 (July 1985),
637-654.
GNU 1993/11/03 2